home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ccopy95 / ccopy95.exe / 0 / RCDATA / TSYNCBOX / TSYNCBOX.txt
Text File  |  1997-04-12  |  3KB  |  147 lines

  1. object SyncBox: TSyncBox
  2.   Left = 439
  3.   Top = 155
  4.   Cursor = crHourGlass
  5.   ActiveControl = Cancel
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Compare Copying...'
  9.   ClientHeight = 142
  10.   ClientWidth = 393
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SyncDirFrom: TLabel
  20.     Left = 48
  21.     Top = -1
  22.     Width = 60
  23.     Height = 13
  24.     Caption = 'SyncDirFrom'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32.   object Gauge: TGauge
  33.     Left = 43
  34.     Top = 67
  35.     Width = 308
  36.     Height = 26
  37.     Font.Color = clNavy
  38.     Font.Height = -13
  39.     Font.Name = 'System'
  40.     Font.Style = [fsBold]
  41.     ForeColor = clNavy
  42.     ParentFont = False
  43.     Progress = 0
  44.   end
  45.   object SyncDirTo: TLabel
  46.     Left = 48
  47.     Top = 15
  48.     Width = 50
  49.     Height = 13
  50.     Caption = 'SyncDirTo'
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object Label2: TLabel
  59.     Left = 13
  60.     Top = -1
  61.     Width = 32
  62.     Height = 13
  63.     Caption = 'From:'
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object Label3: TLabel
  71.     Left = 25
  72.     Top = 15
  73.     Width = 20
  74.     Height = 13
  75.     Caption = 'To:'
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object Label1: TLabel
  83.     Left = 20
  84.     Top = 32
  85.     Width = 25
  86.     Height = 13
  87.     Caption = 'File:'
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.   end
  94.   object FileName: TLabel
  95.     Left = 48
  96.     Top = 32
  97.     Width = 44
  98.     Height = 13
  99.     Caption = 'FileName'
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     Transparent = True
  106.   end
  107.   object Label4: TLabel
  108.     Left = 4
  109.     Top = 48
  110.     Width = 41
  111.     Height = 13
  112.     Caption = 'Status:'
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.   end
  119.   object Process: TLabel
  120.     Left = 48
  121.     Top = 48
  122.     Width = 38
  123.     Height = 13
  124.     Caption = 'Process'
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     Transparent = True
  131.   end
  132.   object Cancel: TBitBtn
  133.     Left = 152
  134.     Top = 101
  135.     Width = 89
  136.     Height = 33
  137.     Font.Color = clWindowText
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = [fsBold]
  141.     ParentFont = False
  142.     TabOrder = 0
  143.     OnClick = CancelClick
  144.     Kind = bkCancel
  145.   end
  146. end
  147.